-- background: 3297 from stack: in -- bmap block id: 2068 -- flags: 0000 -- background id: 0 -- name: -- part 149 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=12 top=309 right=322 bottom=42 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual dissolve fast go Home end mouseUp -- part 153 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=181 top=309 right=322 bottom=205 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 204 -- text size: 9 -- style flags: 0 -- line height: 9 -- part name: Edit OFF ----- HyperTalk script ----- on mouseUp get short name of me if IT is "Edit ON" then set powerKeys to false set userlevel to 5 show menubar set name of me to "Edit OFF" exit mouseUp end if if IT is "Edit OFF" then set powerKeys to true set userlevel to 1 hide menubar hide msg set name of me to "Edit ON" exit mouseUp end if end mouseUp -- part 181 (button) -- low flags: 80 -- high flags: A004 -- rect: left=145 top=127 right=174 bottom=190 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 223 -- text size: 9 -- style flags: 0 -- line height: 9 -- part name: Sort ----- HyperTalk script ----- on mouseUp -- BASICS global sortby,tempUL if sortBy is empty then answer "Click on an item to sort by." exit mouseUp end if set cursor to 4 send mouseUp to bkgnd btn "Cancel" set the userLevel to tempUL set textfont of me to keokuk set textsize of me to 9 set textheight of me to 9 -- DETERMINE SORT ORDER AND THEN SORT if sortBy = "Minutes" or sortBy = "Year" then sort ascending numeric by field sortBy else sort ascending text by field sortBy end if visual dissolve fast go card 2 visual dissolve fast go card 3 put empty into sortby end mouseUp -- part 183 (button) -- low flags: 80 -- high flags: A004 -- rect: left=200 top=127 right=174 bottom=245 -- title width / last selected line: 0 -- icon id / first selected line: 99 / 99 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Cancel ----- HyperTalk script ----- on mouseUp set lockscreen to true hide bkgnd btn number of me hide bkgnd btn "Sort" hide field "Sort" end mouseUp -- part 201 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=0 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Back ----- HyperTalk script ----- on mouseUp global printBackTo set cursor to 4 go to printBackTo end mouseUp